#include <deGlobalTypes.hpp>
Inheritance diagram for deRefCountBase:


Public Member Functions | |
| s32 | Claim () |
| s32 | Release () |
Protected Member Functions | |
| deRefCountBase () | |
| virtual | ~deRefCountBase () |
Private Attributes | |
| s32 | m_NumClaims |
|
|
|
|
|
|
|
|
increment the object's reference count
Implements IdeRefCountBase. |
|
|
decrement the object's reference count, causing destruction if it reaches 0
Implements IdeRefCountBase. |
|
|
|
1.3-rc3